Fix xmlrpclib2's stringify to cope with floats and longs, removing the need
authorEwan Mellor <ewan@xensource.com>
Thu, 28 Dec 2006 16:30:47 +0000 (16:30 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 28 Dec 2006 16:30:47 +0000 (16:30 +0000)
commita288b774b7b57180db9d08370ca2d83e9e006431
tree2404f0ef606255dd64e9ea8aa500b973c3800189
parentdcd6000daea54bfe494a00e698204ea0dbdcf749
Fix xmlrpclib2's stringify to cope with floats and longs, removing the need
for explicit type conversions in XendAPI.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/xmlrpclib2.py
tools/python/xen/xend/XendAPI.py